Class symantec.itools.awt.util.edit.IntlLongDistPhoneNumber
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.util.edit.IntlLongDistPhoneNumber

Object
   |
   +----Component
           |
           +----TextComponent
                   |
                   +----TextField
                           |
                           +----FormattedTextField
                                   |
                                   +----PhoneNumber
                                           |
                                           +----LongDistPhoneNumber
                                                   |
                                                   +----symantec.itools.awt.util.edit.IntlLongDistPhoneNumber

public class IntlLongDistPhoneNumber
extends LongDistPhoneNumber
Creates a formatted text field for an international phone number. IntlLongDistPhoneNumber limits the type of text that can be entered in the text box to an international long distance phone number (thirteen-digit number). Text formatting logic is applied to the user input. If the text field already contains text, the user can select the default text and delete or edit it.

Author:
Symantec
See Also:
FormattedTextField

Constructor Index

 o symantec.itools.awt.util.edit.IntlLongDistPhoneNumber()
Create international long distance phone number text field.

Method Index

 o setMask(String)
Takes no action.

Constructors

 o IntlLongDistPhoneNumber
public IntlLongDistPhoneNumber()
Create international long distance phone number text field. This is a formatted text field with the following format: /0/1/1/ 99/ 999/ 999/-9999

Methods

 o setMask
public void setMask(String s)
Takes no action. Overrides setMask in FormattedTextField to prevent alteration of the phone number mask.

Overrides:
setMask in class FormattedTextField

All Packages  Class Hierarchy  This Package  Previous  Next  Index